Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: K. Venkateswarlu , K. Chiranjeevi, A. Ramesh
DOI Link: https://doi.org/10.22214/ijraset.2023.54414
Certificate: View Certificate
Now a days road accidents are one of the major causes that are leading to human death. However the most common reason for motorcycle deaths is because many fail to confirm to the law of wearing helmet. Here is the software using YOLO V8 to recognize the motorbike drivers , who are not obeying helmet law in an automated way. The helmet and license plate detection system using YOLO V8 is a computer vision technology-based system that utilizes the You Only Look Once (YOLO) object detection algorithm to detect helmets and license plates in real-time. The system is designed to improve safety on roads and highways by detecting riders without helmets and vehicles without proper license plates. The system consists of motorcycle detection , helmet and no helmet detection as well as bike license plate recognition. The system is capable of processing image from a variety of sources, including traffic cameras and drones, and can detect the presence or absence of helmets and license plates in the image frames. It uses a deep learning model trained on a large dataset of annotated images to identify and classify objects. The output of the system includes a bounding box around each detected object and a label indicating whether it is a helmet or a license plate. The system can also be configured to generate alerts or notifications when violations are detected. Overall, this system provides a valuable tool for law.
I. INTRODUCTION
Motorbike accidents has become very common and most happening accidents in the country. This is mainly because many people do not wear the helmet.so, this is the best system to detect people not wearing helmet. A helmet and license plate detection project is a computer vision project that involves using algorithms to detect helmets and license plates in images or videos. The main objective of this project is to improve road safety by detecting whether a rider is wearing a helmet and whether the license plate of a vehicle is visible or not. The helmet detection system works by analyzing the image or video feed and identifying any instances of a helmet in the frame. The license plate detection system works by identifying the characters on the plate and comparing them to a database of valid license plate. The use of such systems can help reduce the number of accidents and fatalities on roads, especially in regions with high rates of non-compliance with helmet and license plate regulations.
YOLO V8 algorithm plays a key role to improve the accuracy for detecting helmet and license plate. The goal of this project is to detect the helmet and license plate easily. The System provides a high accuracy and efficiency to detect the people wearing helmet, not wearing helmet and also the license plate. The objective of this paper is to recognize helmet and license plate by using latest version of YOLO V8 algorithm. We can implement in the real time monitoring.
II. LITERATURE SURVEY
In this paper, the process of classification and description are used to detect the vehicles and then detect the persons with 2 wheelers and detect if they are wearing the helmet or not. The processes used in this project are:
Vehicle segmentation and classification: Detection of the background- A reference of the road as background is considered so that the motion of the vehicle can be detected with respect to the stable object(road). Segmentation of moving objects- Using background subtraction, the moving objects(vehicles) are differentiated with the background which gives only an image of the vehicles and the background will be eliminated. Vehicle classification- The vehicles are classified as motorcycles or non-motorcycles and a feature vector is obtained for each generated image and passed on to random forest classifier to categorize vehicle as motorcycle or a non motorcycle. Detection of helmet: Determining RoI- This step is performed so that only the region of interest is chosen which reduces the processing time and increases processing time. Extracting the features- A sub-window is formed in the above generated RoI and the main part of the image (head in this case) is extracted and passed as input for the classifier to check if the biker has put on his helmet or not. This project/paper does mainly deal with helmet detection. For it to be used in surveillance system, it should be able to detect the number plate of the vehicle to impose fines on the rider which lacks in this project.
2. Allamki, Manjunath Panchakshari, Ashish Sateesha, K S Pratheek “Helmet detection using machine learning and automatic number plate recognition”
This paper does the process of extracting the objects from the image using YOLO object detection and has 2 segments in the entire process. Helmet detection- Annotated images are given to YOLOv3 model for training and the actual input for detection is given after training the model. License plate Extraction- Once the person without helmet is detected then the class with respect to person and corresponding vehicle and its number plate is detected and the number plate is cropped. License plate recognition- The extracted number plate detected previously is passed on to OCR (Optical Character Recognition), the module outputs the string of numbers and alphabets with the accuracy percentage of the string recognized. This paper does not deal with the ability to detect the differences between motorcycle and a non motorcycle and this project cannot be implemented for input as video since the input given through OCR is images only.
3. Felix Wilhelm Sieberta, Hanhe Linb “Detecting motorcycle helmet use with deep learning”
There are 3 divisions in this paper in which the data is collected in the form of videos, preprocessed, and used in detecting the riders of motorcycle with and without helmet. Dataset creation and annotation- Random data in the form of videos is collected from Myanmar and is preprocessed to each video of 100 frames each and object detection is done through YOLO9000 algorithm with pre trained weights and the recognized vehicle with person is bounded using boxes. Helmet use detection algorithm- For object detection, the single stage approach of Retina Net is used to detect the helmets. ResNet50 as backbone initialized with pre-trained weights from ImageNet. The models were implemented using python keras library with tensor flow as backend. Results - The helmet use detection results of the algorithm on the test set, using the optimal model developed on the validation set (where it obtained 72.8% weighted MAP). The limitations for this project are that in many instances there will be 2 persons travelling in the motor-cycle and this model does not recognize is the pillion is wearing the helmet or not. This can detect only one person with a helmet or not and the accuracy is low for a CNN network
4. M.Swapna, Tahniyah wjeeh, Shaziya Jabeen “A Hybrid Approach for Helmet Detection for riders Safety”
In this model various previous methods related to automatic helmet detection are used and taken into consideration and the new model has been given. This is a technique of automatic helmet detection, where the inputs are of either the video or image or it might be video through a web camera. This method includes 4 different steps in it. Image procurement- This is the first step of any vision system, where cameras are used to capture images of riders on road. Preliminary processing technique – This step is mainly focused on elimination of background noise, enhancement of contrast and image binarization.
Vehicle classification – This step is mainly focused on vehicles classification based on two main parameters i.e., aspect ratio and size of the particular vehicle and then the vehicle are classified. Helmet detection – This step includes extraction of head part from the classified image and providing it to ROI where the matching of ROI and trained features happen to determine whether helmet is there or not. This model gives an idea of the number of people who violate the traffic rules. It is also cost effective as we use open-source technology like OpenCV, etc. for development purpose. Further this model can be used to detect people talking on phone while driving and to identify people driving at a high speed.
III. METHODOLOGY
The system architecture of a helmet and license plate detection system typically follows a client-server model, where the client is responsible for capturing and sending the images to the server, and the server is responsible for processing the images and detecting the presence of helmets and license plates. Here the only algorithm used for the detection and all the process is YOLOV8 algorithm. This helps in detecting the object, here in this the objects are helmet and license plate these two are detected using the YOLOV8 algorithm. This is the best algorithm for the detection of objects as it is the most recent version of YOLO.
The following is an overview of the system architecture:
???????
The YOLO V8 algorithm is an invaluable tool for quickly detecting helmet and license plate. The helmet detection and license plate recognition system are developed where a image file is taken as input. If the motorcycle rider in the image is not wearing helmet while riding the motorcycle, and then here we are uploading an image to identify the license plate number of that motorcycle is extracted from image and displayed. Object detection principle with YOLO V8 architecture is used for motorcycle, person, helmet, and license plate detection. YOLO V8 is used for license plate number extraction if the rider is not wearing a helmet. By using the YOLO V8 we detect the helmet and license plate with the accuracy of 88%, Not only the characters are extracted, but also the frame from which it is also extracted so that it can be used for other purposes. After the continues trials and training of the system, we have succeeded to detect and predict the two major things such as helmet detection and license plate recognition with high accuracy of 88% by using CNN with YOLO V8 Algorithm. But there is a scope to acquire 100% of accuracy by using the upcoming and latest technologies developed with Deep Learning, Machine Learning, and Image Processing. We hope for the best and 100% of accuracy to detect helmet and license plate for saving lives.
[1] G. Lewis S, Clarke M. Forest plots: trying to see the wood and the trees.[J]. Bmj, 2001, 322(7300):1479-1480. [2] Turner D, Lewis M, Ostendorf B. Spatial indicators of fire risk in the arid and semi-arid zone of Australia[J]. Ecological Indicators, 2011, 11(1):149-167. [3] Adab H. Using Probabilistic Methods to Evaluate Landfire Hazard[C]// International Conference on Environmental Engineering. 2016. [4] Zhang J H, Yao F M, Cheng L, et al. Detection, Emission Estimation and Risk Prediction of Forest Fires in China Using Satellite Sensors and Simulation Models in the Past Three Decades— An Overview[J]. International Journal of Environmental Research & Public Health, 2011, 8(8):3156-3178. [5] Lei Z, Lu J. Distributed coverage of forest fire border based on WSN[C]// International Conference on Industrial and Information Systems. IEEE, 2010:341-344. [6] Jadhav P., Deshmukh V., et al. Forest fire monitoring system based on Zig-Bee wireless sensor network[J]. Internation Journal of Emerging Technology and Advanced Engineering, 2012, 12(2):187-191. [7] Xu F, Yuan J. Embedded system for video-based forest fire detection[J]. Journal of Computer Applications, 2008, 28(1):264-266. [8] Casbeer D W, Beard R W, Mclain T W, et al. Forest fire monitoring with multiple small UAVs[C]// American Control Conference, 2005. Proceedings of the. IEEE, 2005:3530-3535. [9] Zhou G, Li C, Cheng P. Unmanned aerial vehicle (UAV) real-time video registration for forest fire monitoring[J]. International Geoscience & Remote Sensing Symposium, 2005, 3(10):1803 - 1806. [10] Lin H, Liu Z, Zhao T, et al. Early Warning System of Forest Fire Detection Based on Video Technology[J]. Lecture Notes in Electrical Engineering, 2014. [11] Fan Y, Ma H. Video based forest-fire smoke detection[J]. Qinghua Daxue Xuebao/journal of Tsinghua University, 2015, 55(2):243-250. [12] Fernández A, Álvarez M X, Bianconi F. Texture Description Through Histograms of Equivalent Patterns[J]. Journal of Mathematical Imaging & Vision, 2013, 45(1):76-102. [13] Surit S, Chatwiriya W. Forest Fire Smoke Detection in Video Based on Digital Image Processing Approach with Static and Dynamic Characteristic Analysis[C]// First Acis/jnu International Conference on Computers, Networks, Systems and Industrial Engineering.
Copyright © 2023 K. Venkateswarlu , K. Chiranjeevi, A. Ramesh . This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET54414
Publish Date : 2023-06-26
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here